home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Asm / AB3DIIsrc / sorce < prev    next >
Encoding:
Text File  |  1995-11-09  |  468 b   |  43 lines

  1.  
  2.  move.b #131,d0
  3.  move.b #131,d1
  4.  move.b #131,d2
  5.  move.b #131,d3
  6.  move.b #131,d4
  7.  move.b #131,d5
  8.  move.b #131,d6
  9.  move.b #131,d7
  10.  
  11.  swap d0
  12.  swap d1
  13.  swap d2
  14.  swap d3
  15.  swap d4
  16.  swap d5
  17.  swap d6
  18.  swap d7
  19.  
  20.  add.l d0,d0
  21.  addx.l d0,d0
  22.  addx.l d1,d1
  23.  addx.l d0,d0
  24.  addx.l d2,d2
  25.  addx.l d0,d0
  26.  addx.l d3,d3
  27.  addx.l d0,d0
  28.  addx.l d4,d4
  29.  addx.l d0,d0
  30.  addx.l d5,d5
  31.  addx.l d0,d0
  32.  addx.l d6,d6
  33.  addx.l d0,d0
  34.  addx.l d7,d7
  35.  addx.w d0,d0
  36.  
  37.  move.b d0,byte0
  38.  rts
  39.  
  40. byte0: dc.b 0
  41.  
  42.  
  43.